home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / b / b.lha / B / src / bint / b1val.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-11-24  |  706 b   |  23 lines

  1. /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
  2.  
  3. /*
  4.   $Header: b1val.h,v 1.4 85/08/22 16:42:19 timo Exp $
  5. */
  6.  
  7. #ifndef INTEGRATION
  8.  
  9. /* Private definitions for grabbing and ref count scheme */
  10.  
  11. value grab_tlt();     /* literal type, it; */
  12.  
  13. btreeptr grabbtreenode();    /* literal flag, it */
  14. btreeptr copybtree();        /* btreeptr pnode */
  15. /* Procedure uniqlbtreenode(); */    /* btreeptr *pptr; literal it */
  16. btreeptr ccopybtreenode();    /* btreeptr pnode; literal it */
  17. btreeptr mknewroot();
  18.     /* btreeptr ptr0, itemptr pitm0, btreeptr ptr1, literal it */
  19. /* Procedure relbtree(); */        /* btreeptr pnode; literal it */
  20. /* Procedure freebtreenode(); */    /* btreeptr pnode; */
  21.  
  22. #endif !INTEGRATION
  23.